home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / MODEMPRO / ACE20B.ZIP;1 / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-07-27  |  703 b   |  29 lines

  1.       ACTL     ace.ctl
  2.       copy     *.FON  FON
  3.       If Not Exist FON\*.FON goto Fondirerror
  4.       del      *.FON
  5. :FonDirError
  6.       copy     *.KTS    KTS
  7.       If Not Exist KTS\*.KTS goto KtsDirError
  8.       del      *.KTS
  9. :KtsDirError
  10.       copy     *.SCR    SCR
  11.       If Not Exist SCR\*.SCR goto ScrDirError
  12.       del      *.SCR
  13. :ScrDirError
  14.       md DOC
  15.       copy     *.DOC DOC
  16.       If Not Exist DOC\*.DOC goto DocDirError
  17.       del      *.DOC
  18. :DocDirError
  19.  
  20. If Not Exist  ACE20*.* goto ModemInstall
  21.       md files
  22.       copy ACE20*.* FILES
  23.       copy *.diz FILES
  24.       If Not Exist FILE\ACE20*.* goto ModemInstall
  25.       del ACE20*.*
  26. :ModemInstall
  27.       MDMI
  28.       ACE
  29.